home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / wp / we16_95g.zip / WEHELP.IN_ < prev    next >
Text File  |  1995-11-01  |  1KB  |  60 lines

  1. ; The EXTENSIONS section below maps the extension of the file being edited
  2. ; with a group of help files to try looking up the desired keyword in.
  3. ; For example, if a file "XYZ.C" is being edited, the help files in the
  4. ; SDKHELP section will be checked to lookup the desired data.
  5.  
  6. [EXTENSIONS]
  7. C=SDKHELP
  8. CPP=SDKHELP
  9. H=SDKHELP
  10. WBT=WIL
  11. WBM=WIL
  12. CPM=WIL
  13. MNU=WIL
  14. MNW=WIL
  15. WEH=SAMPHLP
  16. NONE=DEFAULT
  17. DLL=WIL
  18.  
  19. ; This section merely contains a list of possible help files the user would like
  20. ; presented to him.  Edit at will.
  21. [HELPALL]
  22. HF1=TCWHELP.HLP
  23. HF2=API32.HLP
  24. HF4=WINEDIT.HLP
  25. HF5=WIL.HLP
  26. HF6=WINBATCH.HLP
  27.  
  28.  
  29.  
  30.  
  31. ; The sections below are all pointed to by the EXTENSIONS section.  The format
  32. ; of and entry is as follows:
  33. ;    HFx <equals> HelpFileName  HelpFileType
  34. ;
  35. ;  
  36. ; Although you may define all the types you wish, please use numbers above
  37. ; 99 to define your own provate formats (WWW reserves help file types
  38. ; 0 thru 99.   Currently defined HelpFileTypes are:
  39. ;    0  - Undefined
  40. ;    1  - Quick and dirty MessageBox help.   (See SAMPHLP.WEH example)
  41. ;    2  - Windows help file   - Use WinHelp function, pass keyword asis
  42. ;    3  - Executable help file - (Like DOS QH.EXE)
  43.  
  44. [SDKHELP]
  45. HF1=Api32.hlp 2
  46. HF2=MSC.HLP 2
  47.  
  48. [WIL]
  49. HF1=WIL.HLP 2
  50. HF2=WINBATCH.HLP 2
  51. HF3=WINEDIT.HLP 2
  52.  
  53.  
  54. [SAMPHLP]
  55. HF1=SAMPHLP.WEH 1
  56.  
  57. [DEFAULT]
  58. HF1=WIL.HLP 2
  59. HF2=WINEDIT.HLP 2
  60.